home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / mrcry204.zip / CIRCLE.EKA < prev    next >
Text File  |  1991-03-04  |  104b  |  9 lines

  1. ; Example of a parametric plot.
  2.  
  3. x(t) := COS(t)
  4. y(t) := SIN(t)
  5.  
  6. PLOT y
  7. XAXIS x
  8. GBOUNDS 0, 2 PI
  9.